Pages: [1] 2 3 4 5 |
1. Scotty the docking manager become wild - in EVE Technology Lab [original thread]
Hel O'Ween wrote: I may have missed the memo, but since when does the XML API OAuth? SSO authorization in the XML API has been supported since the Citadels expansion. See http://eveonline-third-party-documentation.readthedocs.io/en/latest/xm...
- by CCP Tellus - at 2016.09.30 16:28:55
|
2. Scotty the docking manager become wild - in EVE Technology Lab [original thread]
It should now be working again. Sorry for that!
- by CCP Tellus - at 2016.09.30 16:26:50
|
3. Sticky:Changes to OS Minimum Requirements - in EVE General Discussion [original thread]
Marcius Decimus wrote: Do I use that link or is there one i am missing? Use that link. That is the link to the new launcher. The new launcher should take care of migrating your settings over.
- by CCP Tellus - at 2016.08.10 12:12:47
|
4. SSO Auth with XML quirky? - in EVE Technology Lab [original thread]
Really sorry about that. Turns out I typo'ed the name of the scope in the SSO when we deployed this feature. :( Should be fixed now. Can you try again, with the scope "corporationAssetsRead"?
- by CCP Tellus - at 2016.08.02 14:10:36
|
5. Port forwarding - in EVE Launcher [original thread]
You should not need to do any port forwarding in order to play EVE. However, if you have a firewall blocking outgoing connections: ports 80, 443, and 26000 TCP need to be allowed.
- by CCP Tellus - at 2016.07.27 16:30:34
|
6. CREST error - in EVE Technology Lab [original thread]
Crashys wrote: $token = My refreshed token from CREST auth You should be passing an access token to the XML API, not the refresh token. See the documentation here: http://eveonline-third-party-documentation.readthedocs.io/en/latest/sso/authe...
- by CCP Tellus - at 2016.07.25 14:21:23
|
7. CitadelDB App - in EVE Technology Lab [original thread]
Salgare wrote: matrix coordinate math .. ouch You can compute the Euclidean distance: import math def distance((x1, y1, z1), (x2, y2, z2)): return math.sqrt((x1-x2)**2 + (y1-y2)**2 + (z1-z2)**2) This function will give...
- by CCP Tellus - at 2016.07.21 17:43:24
|
8. IGB and XHR polling (socket.io) - in EVE Technology Lab [original thread]
The IGB is based off of Chrome 3. Try running your application in that browser and see what errors you get.
- by CCP Tellus - at 2016.07.21 13:04:11
|
9. CitadelDB App - in EVE Technology Lab [original thread]
Salgare wrote: It sure would be sweet to be able to get/set xyz bookmark information! The bookmarks endpoint in the XML API gives you the X, Y, and Z coordinates of all your bookmarks.
- by CCP Tellus - at 2016.07.20 21:59:09
|
10. CitadelDB App - in EVE Technology Lab [original thread]
baldurk wrote: Additionally I do not have a way to distinguish two of the same citadel type anchored in the same system by the same corporation. Killmails have X, Y, and Z coordinates. Kills done by a particular Citadel should be in the gener...
- by CCP Tellus - at 2016.07.20 21:26:19
|
11. Missing industry facility data in SDE ramAssemblyLineStations table - in EVE Technology Lab [original thread]
Outposts (aka. conquerable stations) and, inherently, their industry facilities are dynamic data. The industry facilities are created along with the outposts.
- by CCP Tellus - at 2016.07.18 11:08:24
|
12. Goodbye my friends! - in EVE Technology Lab [original thread]
So long, and thanks for all the fish!
- by CCP Tellus - at 2016.06.24 17:03:11
|
13. Cannot open datadump in SQL Server Management Studio - in EVE Technology Lab [original thread]
You need SQL Server 2014 to restore the database backup file.
- by CCP Tellus - at 2016.06.14 20:44:26
|
14. EVE Launcher for Linux - in Linux [original thread]
Oroio wrote: can't lauch client on Debian Jessie 64b. Do you by any chance have working 3D acceleration? The `glxgears` tool should be working and the following command should indicate that you have direct rendering: glxinfo | grep -E 'dire...
- by CCP Tellus - at 2016.06.09 19:39:42
|
15. Sticky:Changes to OS Minimum Requirements - in EVE General Discussion [original thread]
Drazz Caylen wrote: Does that mean you're clipping native DX10 as well? Because I only see talk about DX9 and DX11. If we talk about regular compatibility, then the only thing that would change in your system requirements is the operating syste...
- by CCP Tellus - at 2016.06.09 17:53:30
|
16. Current CREST/XML API Rate Limits? Where are they located? - in EVE Technology Lab [original thread]
https://eveonline-third-party-documentation.readthedocs.io/en/latest/crest/intro.html#rate-limits
https://eveonline-third-party-documentation.readthedocs.io/en/latest/xmlapi/intro.html#rate-limits
- by CCP Tellus - at 2016.06.09 16:17:31
|
17. Sticky:EVE API and Public CREST discussion - in EVE Technology Lab [original thread]
Gendo z wrote: The XML API for wallet transaction currently return a empty station name for order in citadel, will this be changed ? It's a known issue. We'll get it fixed soon. Gendo z wrote: is there a way to get the citadel name from i...
- by CCP Tellus - at 2016.06.04 02:22:03
|
18. Proposed Changes to the Static Data Export (SDE) - in EVE Technology Lab [original thread]
Desmont McCallock wrote: Never the less, even if it's wrong I guess it won't be fixed as it's been set to stone for years in the SDE, right? Pretty much.
- by CCP Tellus - at 2016.04.29 16:22:01
|
19. Proposed Changes to the Static Data Export (SDE) - in EVE Technology Lab [original thread]
Desmont McCallock wrote: I'm afraid that there is something fundamentally wrong with the formula you use to calculate the radius. Sorry for all the confusion. Took a stab at this and this is what I get: From the universe data SQLite file...
- by CCP Tellus - at 2016.04.29 15:33:43
|
20. Proposed Changes to the Static Data Export (SDE) - in EVE Technology Lab [original thread]
Desmont McCallock wrote: Shouldn't the formula be radius = GêÜ((xMax - x)^2 + (yMax - y)^2 + (zMax - z)^2) ? The distance between 'min' and 'max' is the diameter. You should divide that by two to get the radius, but someone messed it up by pu...
- by CCP Tellus - at 2016.04.29 10:44:23
|
Pages: [1] 2 3 4 5 |
First page | Previous page | Next page | Last page |